home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00362.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  218 b   |  11 lines

  1. on exitFrame
  2.   global curSND
  3.   set curSND to "gloria.aif"
  4.   sound fadeIn 1, 180
  5.   puppetSound("gloria.aif")
  6.   set the cursor of sprite 4 to [50, 51]
  7.   set the cursor of sprite 5 to [50, 51]
  8.   setnavi()
  9.   movPrep()
  10. end
  11.